Skip to content

Conversation

@imdevan
Copy link
Owner

@imdevan imdevan commented Oct 3, 2025

Original pr: hossein-zare#784

Original note:

  • Use SafeAreaView from react-native-safe-area-context for better edge-to-edge support on Android
  • Conditionally apply SafeAreaContextView only on Android to respect safe area insets
  • Keep existing SafeAreaView for iOS to maintain backward compatibility
  • Add react-native-safe-area-context as peer dependency

Fixes issue where dropdown modal content would extend under system UI (status bar, navigation bar) on Android devices with edge-to-edge display enabled.

sh1zzle and others added 2 commits October 6, 2025 22:19
- Use SafeAreaView from react-native-safe-area-context for better edge-to-edge support on Android
- Conditionally apply SafeAreaContextView only on Android to respect safe area insets
- Keep existing SafeAreaView for iOS to maintain backward compatibility
- Add react-native-safe-area-context as peer dependency

Fixes issue where dropdown modal content would extend under system UI (status bar, navigation bar) on Android devices with edge-to-edge display enabled.
@imdevan imdevan merged commit a5d64ad into main Oct 7, 2025
4 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants